home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / database / postgres / appgen-0.2-a / appgen-0 / AppGEN / src / tools / makefile < prev   
Encoding:
Makefile  |  1996-07-11  |  75 b   |  4 lines

  1. all:
  2.     gcc defgen.c -o ../../bin/defgen
  3.     gcc dbf2sql.c -o ../../bin/dbf2sql
  4.